DioDocs for PDF
Append(Int32[],Int32,Int32,TextFormat,IGcTag) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス > Append メソッド : Append(Int32[],Int32,Int32,TextFormat,IGcTag) メソッド
An array of UTF-32 characters (code points).
Index of the first code point in the subrange.
Number of code points in the subrange.
The text format to use.
The tag associated with the text.
Adds a text run with the specified format to the end of the Inlines collection.
シンタックス
'宣言
 
Public Overloads Function Append( _
   ByVal codePoints() As System.Integer, _
   ByVal startIndex As System.Integer, _
   ByVal count As System.Integer, _
   ByVal format As TextFormat, _
   ByVal gcTag As IGcTag _
) As TextRun
public TextRun Append( 
   System.int[] codePoints,
   System.int startIndex,
   System.int count,
   TextFormat format,
   IGcTag gcTag
)

パラメータ

codePoints
An array of UTF-32 characters (code points).
startIndex
Index of the first code point in the subrange.
count
Number of code points in the subrange.
format
The text format to use.
gcTag
The tag associated with the text.

戻り値の型

The created text run.
参照

TextLayout クラス
TextLayout メンバ
オーバーロード一覧